Charting for WinForms Programmer's Guide
LayoutBuilder.CreateAndAddRowLayout Method (YAxisRenderer, Plot2D[], YAxisRenderer)
See Also
 






Creates a StackPanel containing the specified plots and axis renderers. The panel is automatically added to the dashboard's LayoutPanel.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public void CreateAndAddRowLayout (
    YAxisRenderer left,
    Plot2D[] plots,
    YAxisRenderer right
)

Visual Basic  Copy Code

Public Sub CreateAndAddRowLayout( _
    left As YAxisRenderer, _
    plots() As Plot2D, _
    right As YAxisRenderer _
)

 Parameters

left

A YAxisRenderer that should be placed at left side of the plots.

plots

An array of Plot2D instances.

right

A YAxisRenderer that should be placed at right side of the plots.

 See Also

CreateAndAddRowLayout Method Overload List
LayoutBuilder Members
LayoutBuilder Class
MindFusion.Charting.WinForms Namespace